Fix CMAKE_ARGS variable expansion#101
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/16418166152. Examine the logs at this URL for more detail. |
|
Thanks for the PR! If you want the changes to take effect, you'll very likely need to use vc-feedstock/recipe/activate.bat Lines 90 to 95 in 7800961 as |
|
Indeed, I clearly misunderstood the delayed expansion behavior, thanks for the clarification. vc-feedstock/recipe/activate.bat Line 94 in 7800961 |
I would have just put it on both lines, but this should be fine. |
#99 broke the
CMAKE_ARGSvalue, as new variable set here causes to invalidate previous set here. Then, theCMAKE_ARGSvariable does not contain anymore theCMAKE_INSTALL_PREFIXand so values.This looks most probably due to the lack of delayed variable expansion in the bat file.
Thanks to @jorisv for the help on this investigation.
Checklist
conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)